home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGSCAL / ANIMATE.LZH / TURBO.DOC < prev   
Text File  |  1984-10-15  |  1KB  |  21 lines

  1.  
  2.  
  3. TURBO PASCAL is a product of Borland International.  The programs on this disk
  4. use many of its extended features, so they are probably not compilable by some
  5. other PASCALs.  However, TURBO only costs $50, so if you are just dying to
  6. improve some of these programs, the cost is within reach.
  7.  
  8. The main differences between TURBO and other PASCALs is one of efficiency.
  9. Programs compile very fast, in just one pass.  Execution time for compiled
  10. programs is also good.  The editor comes as a WORDSTAR clone, but you can
  11. completely change it at will.  If a program being compiled to memory fails,
  12. you are dumped back into the editor at the exact spot the error occurred.
  13. Also, the magazines report that TURBO-compiled programs generally take up
  14. less disk space.
  15.  
  16. The main disadvantage of TURBO, if it is one, is that it generates ".COM"
  17. files only.  Thus the code cannot exceed 64K.  However, unless you are doing
  18. some kind of big project, it's HARD to come up with 64K.  If you do, CHAINing
  19. and OVERLAYS are built in.
  20.  
  21.